Class Bundle

java.lang.Object
edu.claflin.finder.algo.Algorithm
edu.claflin.finder.algo.Bundle
All Implemented Interfaces:
Processable<Graph,Graph>, PropertyChangeListener, EventListener

public class Bundle extends Algorithm implements PropertyChangeListener
Processes a Graph searching for subgraphs. Will utilize all provided algorithms. Effectively bundles more than one algorithm into a single algorithm.
Version:
3.1.2 February 4, 2015
Author:
Charles Allen Schultz II
  • Field Details

    • algorithms

      private final Algorithm[] algorithms
      The Algorithm array containing the algorithms to process graphs with.
    • done

      private int done
      Number of algorithms executed. Used for tracking progress.
  • Constructor Details

    • Bundle

      public Bundle(Algorithm[] algorithms)
      Constructs the Algorithm object.
      Parameters:
      algorithms - the Algorithm array to process graphs with.
  • Method Details